home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 4 / Night Owl's Shareware - PDSI-004-1 - Wayzata Technology (1990).iso / 027b / jorj_1.exe / JORJ.DOC < prev    next >
Text File  |  1989-01-26  |  11KB  |  223 lines

  1.   Jan. 1989            Jorj Software Co.            (313) 428-8010   
  2.  
  3.                            PREFACE
  4.  
  5.    JORJ is a new approach to the use of a dictionary.  It was designed
  6.   as a ready reference tool for the PC user and to take advantage of
  7.   the power of the computer in which it is housed.  We often find
  8.   ourselves at a loss for just the right word to express our thought or
  9.   how to spell the word in mind.  The advantage of the computerized
  10.   dictionary is that it can provide this type of assistance.  Another
  11.   advantage which can be exploited is the ability to scan and collect
  12.   particular records from an extensive database.  This can often be
  13.   very helpful in listing things with a common element.  For example if
  14.   we wanted a list of the Solar system planets, we could scan all defin-
  15.   itions for the word "planet" and generate the desired list.  We hope
  16.   you find this to be a useful feature.
  17.  
  18.    This program is defined as SHAREWARE and often referred to as USER-
  19.   SUPPORTED SOFTWARE. This product is Copyrighted and all rights are
  20.   reserved by JORJ SOFTWARE. It is made available as "SHAREWARE" so that
  21.   you may use it on a trial basis. You may also provide copies to others
  22.   for the same purpose.  The idea behind SHAREWARE is that you are able
  23.   to try-out the product before you buy.  If you decide that you like the
  24.   software and wish to keep it, you are obliged to register and pay a fee.
  25.  
  26.     The registration fee is $30.  We believe that to be a very reasonable
  27.    charge for a product such as this and do hope that you agree.
  28.    In addition to a clear conscience, registration also does the following-
  29.     - You will be included on our mailing list for news of updates and
  30.       new products.
  31.     - You will receive JOSE free of charge. JOSE is an entertaining and
  32.       educational wordgame. This is a companion program to JORJ, using the
  33.       same database, and is shipped on a 360k 5.25" floppy.
  34.    We are also interested in your comments. Let us know what you think.
  35.    Such feedback is important to our on-going development work.
  36.  
  37.     Please send your registration fee and comments to-
  38.  
  39.                         JORJ SOFTWARE CO.
  40.                         4354 Fletcher Rd.
  41.                         Manchester MI  48158
  42.  
  43.   .. we thank you and hope you enjoy this unique dictionary. 
  44.  
  45.  
  46.                           INTRODUCTION
  47.   
  48.     JORJ is a concise easy-to-use English language dictionary.  The
  49.   data-base contains approximately 58000 words.  It will provide a quick
  50.   reference to find the spelling or meaning of a word and will also list
  51.   all inflected forms of the word.  JORJ has phonetic capability which
  52.   means that when you do not know how to spell the word you want, you may
  53.   enter it spelled just as you would pronounce it and JORJ will find the 
  54.   word based on its pronunciation. For example, if you entered the search
  55.   word "dayrigur" you will find the word "de rigueur".
  56.  
  57.     You will find that JORJ is very useful for a variety of look-ups
  58.   including Postal abbreviations for any of the States, weights and
  59.   measures as well as foreign words and phrases etc.
  60.  
  61.     In addition to the normal look-up mode, JORJ also provides a BROWSE
  62.   mode and a SCAN mode.  Both are activated with the cursor keys.
  63.     BROWSE displays neighboring words and is useful when there is more
  64.   than one word of the same spelling or pronunciation.
  65.     SCANNING is useful when you wish to see a list of all entries having
  66.   a particular word or phrase in the definition.  For example you could
  67.   list all the Presidents by scanning on the word "Pres" or the States
  68.   with the SCAN word "State". Other uses would be to list French terms by
  69.   scanning on the word "Fr" or get a list of dog breeds by scanning on the
  70.   word "dog". Scanning on "Baseball" lists Baseball's Hall of Fame members.
  71.   
  72.                          GETTING STARTED
  73.  
  74.           The distribution disks contain four files:
  75.                JORJ.DOC   (This file.)
  76.                JORJ.EXE   (The Driver Program)
  77.                JORJ.DB1   (Database Part 1)
  78.                JORJ.DB2   (Database Part 2)
  79.   
  80.     The database file is delivered in two parts for convenience.
  81.   These must be combined into a single contiguous file with the name
  82.   "JORJ.DAT". This is accomplished with the following DOS commands:
  83.           COPY/b jorj.db1+jorj.db2/v
  84.              REN jorj.db1 jorj.dat
  85.              DEL jorj.db2
  86.   
  87.                     WHERE TO STORE THE FILES
  88.  
  89.     The driver program (JORJ.EXE) may be in any Directory which is 
  90.   included on the environment PATH. This, of course, allows easy access,
  91.   at the DOS level, from any directory.
  92.     The database file (JORJ.DAT) should be in the directory \JORJ. While
  93.   this is not mandatory, it is highly recommended because it eliminates
  94.   the need to specify the directory of the database when invoking JORJ.
  95.  
  96.     
  97.                       COMMAND-LINE OPTIONS
  98.  
  99.    Several options are available when JORJ is invoked from DOS.
  100.    1. You may request a display of the "HELP" screen.
  101.    2. You may request the JORJ remain memory-resident and be
  102.       brought up whenever the HOT-KEY is used.  The HOT-KEY is
  103.       the combination of <Alt> key any other key used together.
  104.    3. You may identify the Directory holding the file "JORJ.DAT". 
  105.       When not identified the path is presumed to be "\JORJ".
  106.  
  107.       The command line to invoke the program is:
  108.                 JORJ [H] [Path] [*] [*x]
  109.  
  110.        Where: H (or help) will display the HELP screen.
  111.               Path is the directory holding the database file (JORJ.DAT).
  112.               * will cause JORJ to stay memory resident.
  113.                    (with <ALT>j being the HOT-KEY).
  114.               *x will cause JORJ to stay memory resident
  115.                    (with <ALT>x the HOT-KEY and 'x' may be any character.
  116.  
  117.   Options are separated with a space and may appear in any order.
  118.   For example, the following commands are all valid when JORJ.EXE is in
  119.   the current directory or a directory which is on the environment PATH.
  120.  
  121.                 JORJ HELP \UTILITY
  122.                 Jorj c:\records H *
  123.                 jorj \letters\dict
  124.                 Jorj *
  125.                 JORJ *1
  126.  
  127.   When the * option is used, JORJ loads into memory and returns to DOS.
  128.   To execute the HOT-KEY combination must be pressed. JORJ is terminated
  129.   when the <ESC> key is pressed.  If memory resident, you will be returned
  130.   to your point of origin.
  131.  
  132.                               OPERATION
  133.  
  134.   When the program is called up the screen display contains five windows
  135.   and is ready for your input.  Simply type a search word and <ENTER>.
  136.   JORJ then searches the database for your word and displays the results
  137.   in the various boxes. The small center box is a status indicator where:
  138.               *** indicates an exact match was found.
  139.                ** indicates a phonetic match is displayed.
  140.                 * indicates a "best guess" is displayed.
  141.                 ? indicates no possible match or guess.
  142.  
  143.   After the display, you may-
  144.          .. continue with Look-Up by entering a new word.
  145.          .. use a cursor key to BROWSE at other records.
  146.          .. use a cursor key to switch to SCAN mode.
  147.          .. use the <ESC> key to EXIT the program.
  148.  
  149.                               BROWSING
  150.  
  151.   When JORJ searches the database to find a match for your search word, he
  152.   collects all possible candidates in a buffer.  BROWSING permits you to
  153.   review the records in this buffer. <Cursor Left> moves through the buffer
  154.   rearward and <Cursor Right> moves forward.  When either browse key is used,
  155.   the Status indicator will show the number of records in that buffer.
  156.   Browsing is only available when the buffer contains more than one record.
  157.  
  158.                                SCAN MODE
  159.  
  160.    The SCAN MODE is a feature which allows you to search the definitions
  161.   of the entire database for any word or pharse.  Two types of scanning
  162.   are provided.  IMPLICIT which is entered with the <Cursor Up> key and
  163.   EXPLICIT which is entered with the <Cursor Down> key.
  164.    IMPLICIT will find all records containing a word whose leading characters
  165.   match your search word.
  166.    EXPLICIT scan is more precise and will find only those records which have
  167.   a total match with the search word.
  168.   Unlike Look-Up mode, the use of capital letters is significant in the SCAN
  169.   mode.  For example, a scan on the word "indian" would find nothing but if
  170.   the SCAN is done on the word "Indian" a list of Indian tribes is generated.
  171.   
  172.                               EDITING OF INPUT
  173.  
  174.   As you enter a search word, the normal command-line edit keys may be used. 
  175.   That is, the <BACK-ARROW>,<CNTRL-H>,<DEL> and <ESC> will erase previous
  176.   character or entire input string.  Two successive <ESC> keys will, however,
  177.   EXIT the program.
  178.  
  179.  
  180.  
  181.                             HOMOGRAPHS AND HOMONYMS
  182.  
  183.   Homographs (spelled the same with different meaning) and homonyms (words
  184.   pronounced the same but spelled differently) may, at times, require the
  185.   use of the BROWSE feature to find your precise word.  In the case of
  186.   homographs, JORJ will display the first occurrence of the word in his dic-
  187.   tionary and the homograph will follow and be found with the use of the
  188.   <Cursor Right> key.  In similar fashion, one would locate a homonym by
  189.   browsing when the match is found based on a phonetic search rather than
  190.   correct spelling.  For example, one may find the word "entrance", the noun
  191.   for "entry" and would browse to the next word and find the verb meaning
  192.   "to enchant or charm".
  193.  
  194.                                 THE HELP SCREEN
  195.  
  196.    The Help Screen provides a brief review of the control keys used and the
  197.   program/database version numbers.
  198.  
  199.                                 ERROR MESSAGES
  200.  
  201.    There are two possible ERROR conditions.
  202.  
  203.        1. "** ERROR-\jorj\jorj.dat not found."
  204.            Make sure the Database is properly located or the path properly
  205.            specified in the command line.
  206.   
  207.        2. "JORJ is already resident. Use <Alt>j"
  208.            Attempt was made to make a second copy of JORJ memory-resident.
  209.  
  210.     Following are some sample search requests along with the word found by
  211.    JORJ.  It is shown here to provide a "feel" for the phonetic capability
  212.    of the program.
  213.  
  214.            uker        euchre              peenukul    pinochle
  215.            bowkay      bouquet             numatik     pneumatic
  216.            ufamism     euphemism           toemain     ptomaine
  217.            jimnazeum   gymnasium           newmonik    mnemonic
  218.            iel         aisle               bulyabase   bouillabaisse
  219.            xtasi       ecstasy             attashay    attache
  220.            xselsor     excelsior           sikietri    psychiatry
  221.            soriasus    psoriasis           eksentrik   eccentric
  222.            fikshunal   fictional           striknine   strychnine
  223.